projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b6f56
)
;* src/comp.c (define_maybe_gc_or_quit): Fix a comment.
author
Andrea Corallo
<akrl@sdf.org>
Thu, 18 Jun 2020 21:21:32 +0000
(23:21 +0200)
committer
Andrea Corallo
<akrl@sdf.org>
Sun, 21 Jun 2020 22:15:36 +0000
(
00:15
+0200)
src/comp.c
patch
|
blob
|
history
diff --git
a/src/comp.c
b/src/comp.c
index 7547a40019d3fb209e2327eff8a7ebb99b44d64a..29aa6352085738ba841c1f26794d0b1be29ee1c1 100644
(file)
--- a/
src/comp.c
+++ b/
src/comp.c
@@
-3590,8
+3590,8
@@
define_maybe_gc_or_quit (void)
9)),
/* 9 translates into checking for GC or quit every 512 calls to
'maybe_gc_quit'. This is the smallest value I could find with
- no performance impact running elisp-banechmarks
. Byt
e
-
intepreter uses 256
(see 'exec_byte_code'). */
+ no performance impact running elisp-banechmarks
and the sam
e
+
used by the byte intepreter
(see 'exec_byte_code'). */
maybe_do_it_block,
pass_block);